.newsList .pic img.is-play {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.newsList .pic,
.newsList .char .titEr {
  cursor: pointer;
}
.section-center {
  width: 1200px;
  margin: 0 auto;
}
.el-button:focus,
.el-button:hover {
  color: #D60000;
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-radius: 7px;
}
.type-button {
  width: 75px;
  height: 38px;
  border-radius: 7px;
  border: 1px solid #ECECEC;
  line-height: 38px;
  padding: 0;
  margin-right: 16px;
}
.date-button {
  width: 100px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #ECECEC;
  line-height: 38px;
  padding: 0;
  margin-right: 16px;
}
.popper-date {
  position: relative;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 4px;
}
.popper-date .box {
  width: 100px;
  height: 38px;
  line-height: 38px;
  border-radius: 8px;
  border: 1px solid #ECECEC;
  text-align: center;
}
.popper-date .trangle {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -18px;
}
.popper-date .list {
  height: 262px;
  overflow-y: scroll;
}
.popper-date .list::-webkit-scrollbar {
  width: 8px;
  height: 55px;
  border-radius: 4px;
  padding: 0 4px;
  right: 4px;
}
.popper-date .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #C3C3C3;
}
.popper-date .list::-webkit-scrollbar-track {
  border-radius: 0;
}
.popper-date .list .item {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #333333;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.popper-date .list .item:hover {
  background: #F5F5F5;
}
.popper-type-box {
  padding: 24px 24px 0;
}
.popper-type-box .type-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  margin-right: 16px;
  flex-wrap: wrap;
}
.popper-type-box .type-list li {
  height: 38px;
  line-height: 38px;
  margin-right: 16px;
  margin-bottom: 24px;
}
.popper-type-box .type-list li span {
  font-size: 18px;
  color: #333333;
  padding: 10px 12px;
  white-space: nowrap;
  background: #F8F8F8;
  border-radius: 7px;
}
.popper-type-box .type-list li.on span {
  background: #FFEBEB;
  color: #D60000;
  font-weight: 600;
}
.news-banner {
  margin-bottom: 26px;
}
.news-banner .swiper-wrapper {
  padding-bottom: 30px;
}
.news-banner .swiper-slide {
  width: 900px;
  height: 315px;
  border-radius: 8px;
  overflow: hidden;
}
.news-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.news-banner .swiper-pagination {
  bottom: 0;
}
.news-banner .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #EEEEEE;
  border-radius: 4px;
}
.news-banner .swiper-prev,
.news-banner .swiper-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #000000;
  opacity: 0.3;
  border-radius: 18px;
  outline: none;
  z-index: 20;
}
.news-banner .swiper-prev i,
.news-banner .swiper-next i {
  color: #fff;
}
.news-banner .swiper-prev {
  left: 16px;
}
.news-banner .swiper-next {
  right: 16px;
}
.news-hot-list {
  margin-bottom: 48px;
}
.news-hot-list .main-title {
  font-size: 24px;
  color: #333333;
  width: 1200px;
  margin: 0 auto 24px;
  font-weight: 600;
}
.news-hot-list .content {
  position: relative;
  width: 1370px;
  margin: 0 auto;
  padding: 0 85px;
}
.news-hot-list .swiper-container {
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: visible;
}
.news-hot-list .swiper-prev,
.news-hot-list .swiper-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 52px;
  background: #000000;
  border-radius: 16px;
  opacity: 0.4;
  outline: none;
}
.news-hot-list .swiper-prev img,
.news-hot-list .swiper-next img {
  width: 23px;
  height: 14px;
}
.news-hot-list .swiper-prev {
  left: 0;
}
.news-hot-list .swiper-next {
  right: 0;
}
.news-hot-list .item {
  width: 282px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  padding-bottom: 17px;
}
.news-hot-list .item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}
.news-hot-list .item .cover {
  width: 282px;
  height: 158px;
  background: #D8D8D8;
  border-radius: 8px;
  margin-bottom: 12px;
}
.news-hot-list .item .title {
  font-size: 18px;
  color: #333333;
  padding: 0 16px;
  margin-bottom: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: 42px;
}
.news-hot-list .item .ctrl {
  padding: 0 16px;
  font-size: 14px;
  color: #999999;
}
.news-hot-list .item .ctrl .left {
  float: left;
}
.news-hot-list .item .ctrl .left p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}
.news-hot-list .item .ctrl .right {
  float: right;
}
.news-hot-list .item .ctrl .value {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-hot-list .item .ctrl .value img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
/* start 筛选 & 排序 */
.news-content {
  display: flex;
  justify-content: flex-start;
}
.news-content .type-list {
  display: flex;
  flex-direction: column;
}
.news-content .type-list li {
  height: 38px;
  line-height: 38px;
  margin-bottom: 20px;
}
.news-content .type-list li span {
  font-size: 18px;
  color: #333333;
  padding: 10px 12px;
  white-space: nowrap;
  background: #F8F8F8;
  border-radius: 7px;
}
.news-content .type-list li.on span {
  color: #D60000;
  font-weight: 600;
}
.news-content .left {
  padding-top: 74px;
  width: 143px;
  padding-right: 23px;
}
.news-content .rigth {
  margin-bottom: 36px;
  width: calc(100% - 143px);
}
.news-content .rigth.on {
  width: 100%;
}
.news-content .rigth .news-filter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.news-content .rigth .news-filter .type-list {
  overflow: hidden;
  flex-direction: row;
  margin-right: 16px;
  max-width: 475px;
}
.news-content .rigth .news-filter .type-list.on {
  max-width: 733px;
}
.news-content .rigth .news-filter .type-list li {
  height: 38px;
  line-height: 38px;
  margin-right: 16px;
  margin-bottom: 0;
}
.news-content .rigth .news-filter .type-list li span {
  font-size: 18px;
  color: #333333;
  padding: 10px 12px;
  white-space: nowrap;
  background: #F8F8F8;
  border-radius: 7px;
}
.news-content .rigth .news-filter .type-list li.on span {
  color: #D60000;
  font-weight: 600;
}
.news-content .rigth .news-filter .right-ctrl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.news-content .rigth .news-filter .news-search {
  width: 287px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  border: 1px solid #ECECEC;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.news-content .rigth .news-filter .news-search.on {
  width: 38px;
  height: 38px;
  justify-content: center;
  padding: 0;
}
.news-content .rigth .news-filter .news-search.on img {
  margin-right: 0;
}
.news-content .rigth .news-filter .news-search.on input {
  display: none;
}
.news-content .rigth .news-filter .news-search img {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}
.news-content .rigth .news-filter .news-search input {
  outline: none;
  border: 0;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #999999;
}
.news-content .rigth .list-container {
  font-family: AlibabaPuHuiTiM;
}
.news-content .rigth .list-container .item {
  padding: 32px 20px 32px 32px;
  display: flex;
  justify-content: flex-start;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
}
.news-content .rigth .list-container .item .items-date {
  border-right: 1px solid #E9E9E9;
  margin-right: 32px;
  width: 109px;
  padding: 38px 0;
  padding-right: 34px;
  text-align: center;
}
.news-content .rigth .list-container .item .items-date label {
  height: 56px;
  line-height: 56px;
  font-size: 58px;
  color: #797979;
  margin-bottom: 8px;
}
.news-content .rigth .list-container .item .items-date p {
  font-size: 18px;
  color: #999999;
}
.news-content .rigth .list-container .item .items-intro {
  width: calc(100% - 173px - 52px - 226px);
  margin-right: 30px;
}
.news-content .rigth .list-container .item .items-intro .title {
  height: 48px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  font-weight: 600;
}
.news-content .rigth .list-container .item .items-intro .desc {
  height: 40px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin-bottom: 34px;
}
.news-content .rigth .list-container .item .items-intro .ctrl {
  font-size: 14px;
  color: #999999;
  display: flex;
  justify-content: space-between;
}
.news-content .rigth .list-container .item .items-intro .ctrl .value {
  margin-right: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.news-content .rigth .list-container .item .items-intro .ctrl .value:last-child {
  margin-right: 0;
}
.news-content .rigth .list-container .item .items-img {
  width: 280px;
  height: 158px;
}
.news-content .rigth .list-container .item .items-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
